home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectInput / Keyboard / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  742 b   |  28 lines

  1. //-----------------------------------------------------------------------------
  2. // Name: Keyboard DirectInput Sample
  3. // 
  4. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  5. //-----------------------------------------------------------------------------
  6.  
  7.  
  8. Description
  9. ===========
  10.    The Keyboard sample illustrates the use of DirectInput to poll for keyboard state.
  11.  
  12.    
  13. Path
  14. ====
  15.    Source:     DXSDK\Samples\Multimedia\Vbsamples\DirectInput\Keyboard
  16.    Executable: DXSDK\Samples\Multimedia\vbsamples\DirectInput\Bin
  17.  
  18.  
  19. User's Guide
  20. ============
  21.    Press any series of keys while the application has focus and they will show up
  22.    in the list box.
  23.     
  24.  
  25. Programming Notes
  26. =================
  27.    None  
  28.